home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / prgtools / euphor13.zip / RELNOTES.DOC < prev    next >
Text File  |  1995-05-18  |  3KB  |  86 lines

  1.             -------------------------
  2.               Euphoria Version 1.3 
  3.                   May 19, 1995
  4.                  Release Notes 
  5.             -------------------------
  6.  
  7.  We've made a lot of improvements since version 1.2 was released a year ago.
  8.  Here are the highlights:
  9.  
  10.  * You can now edit multiple files using multiple edit windows. 
  11.    Type:  Esc c  to create an extra edit window.
  12.    
  13.    Euphoria files are now edited with tab=4 (you can change to a different
  14.    tab setting if you like). This makes indenting your program easier.
  15.    
  16.    A case-insensitive search option and several other usability features were
  17.    added.
  18.  
  19.    "Hot keys" are now used for most commands - you don't press Enter.
  20.    
  21.  * The following new library routines have been added 
  22.    (see doc\library.doc):
  23.      
  24.      sprintf
  25.      value
  26.      read_bitmap
  27.      wildcard_match
  28.      wildcard_file
  29.     display_image
  30.     save_image
  31.     display_text_image
  32.     save_text_image
  33.     get_display_page
  34.     set_display_page
  35.     get_active_page
  36.     set_active_page
  37.      get_position 
  38.      wait_key
  39.      all_palette
  40.      upper
  41.      lower
  42.     int_to_bits
  43.     bits_to_int
  44.     
  45.  * The following routines were improved:
  46.      
  47.      scroll           -- extra parameters
  48.      rand             -- extra range of values
  49.      pixel, get_pixel -- high-performance sequence of pixels option
  50.  
  51.  * A new improved version (1.97) of the DOS4GW DOS extender is being used.
  52.  
  53.  * New utilities and demo programs:
  54.      
  55.      search         -- lets you search your disk using wildcards for both
  56.                  the files to search, and the string-patterns to 
  57.                  find
  58.      stereo.ex     -- displays 3-D random dot stereo pictures
  59.      bitmap.ex     -- displays .BMP picture files
  60.  
  61.  * The trace screen now has color syntax highlighting. It also displays
  62.    both numbers and corresponding ASCII characters where appropriate on
  63.    the variable display. The ex.err file also shows ASCII characters.
  64.  
  65.  * The Reference Manual was split into refman.doc and library.doc. The 
  66.    descriptions of the library routines are more detailed and include more
  67.    examples.
  68.  
  69.  * There were numerous other small improvements.
  70.  
  71.  * Compatibility with v1.2: Programs written for v1.2 will run using v1.3, 
  72.    except that you will need to add a couple of parameters to any calls to
  73.    scroll(). Also note that the "profile" command has been removed. Now you can
  74.    specify "with profile" and the ex.pro output file will be created 
  75.    automatically when your program terminates. You no longer ask for it by 
  76.    saying "profile".
  77.  
  78.  * Files removed: bin\walkdir.ex and bin\grep.ex have been replaced by the new
  79.    search.ex. demo\dice.ex has been dropped. The demo\learn subdirectory
  80.    is gone, but a simpler learn.ex is now in demo.
  81.    
  82.             
  83.                 Enjoy!
  84.  
  85.  
  86.